.red {
  background-color:#cc0001!important;
}
.red2 {
  background-color:#820000!important;
}

.darkblue {
  background-color:#213744!important;
}

.grey {
  background-color:#292929!important;
}

.mediumgrey {
  background-color:#cdcdcd!important;
}

.lightergrey {
  background-color:#363636!important;
}

.navbar .dropdown-menu {
  background-color: #2b4657; /*  192d38 */
  color: #ccc;
}
.dropdown-menu a {
  color: #ccc;
}


.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #ccc;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 8px) rotate(-135deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  transform: translate(0, -8px) rotate(135deg);
}


.navbar-toggler {
  /* border-color: rgb(33, 55, 68); Optional: Change border color */
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
} 


#navmenu a:hover {
  background-color: #cc0001;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

#navmenu a.active {
  background-color: #cc0001;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}


.btn-outline-secondary {
    border-color: #213744;
    color: #213744; 
}


.btn-outline-secondary:hover {
    border-color: #213744; 
    background-color: #2b4657; 
    color: white; 
}

.btn-primary {
  background-color: #213744;
}
.btn-primary:hover {
  background-color: #2b4657;
}



h3 {
  background: #213744;
}

#accordion {
  .accordion-title {
    color: #cc0001;
    font-size: 1em;
    background: #213744;
  }
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:focus {
  box-shadow: 0 0 0 0.1rem rgba(204, 0, 1, 0.5);
}



.text-red {
  color: #ff0000;
}



.pagebackgroundimage {
  background-image: url('../images/bkg_mid.jpg');
  /* height: 100vh;  Or a specific height like 400px */
  /* background-size: cover; */
  background-position: center;
  background-repeat: repeat; 
}





form ul {
  list-style: none;
}
form ul li {
  line-height: 24px;
  padding: 9px 0;
}

#content a {
  color: #213744;
}
#content a:hover {
  color: #cc0001;
}

#contact a {
  color: #213744;
}
#contact a:hover {
  color: #cc0001;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #213744;
}

.footer {
	background-color: #6d010e;
	clear: both;
	margin: 0;
	padding: 15px 0;
	width: 100%;
        
}
.footer p {
  color: #b3999c;
  font-size: 14px;
}



.row-bordered {
  border-bottom: 1px solid #8a0413;
  padding-top: 15px;
}


.footnote {
	clear: both;
	color: #b75661;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

